home *** CD-ROM | disk | FTP | other *** search
/ In Focus Guide to Better Photography / In Focus Guide to Better Photography.iso / coltemp.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-07-07  |  217 b   |  10 lines

  1. on enterFrame
  2.   global sndPath
  3.   puppetSprite(20, 0)
  4.   updateStage()
  5.   if the machineType < 256 then
  6.     set the volume of sound 2 to the volume of sound 2 - 20
  7.   end if
  8.   sound playFile 2, sndPath & "color1.aif"
  9. end
  10.